var encoding/xml.attrType

3 uses

	encoding/xml (current package)
		marshal.go#L624: 	if val.Type() == attrType {
		read.go#L292: 	if val.Type() == attrType {
		read.go#L301: 	attrType            = reflect.TypeOf(Attr{})